func net/http.alwaysFalse
6 uses
net/http (current package)
client.go#L216: return nil, alwaysFalse, errors.New("http: no Client.Transport or DefaultTransport")
client.go#L221: return nil, alwaysFalse, errors.New("http: nil Request.URL")
client.go#L226: return nil, alwaysFalse, errors.New("http: Request.RequestURI can't be set in client requests")
client.go#L353: return nop, alwaysFalse
client.go#L362: return nop, alwaysFalse
client.go#L490: func alwaysFalse() bool { return false }
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |